From: Eli Zaretskii Date: Sun, 8 May 2022 16:08:34 +0000 (+0300) Subject: ; Fix typos and wording in a doc string X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2349^2~895 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=278b18a460caf34e422847d10ac3f0b62bef4996;p=emacs.git ; Fix typos and wording in a doc string * lisp/textmodes/pixel-fill.el (pixel-fill-width): Fix doc string. (Bug#55318) --- diff --git a/lisp/textmodes/pixel-fill.el b/lisp/textmodes/pixel-fill.el index 418d6a37c97..e47653e734a 100644 --- a/lisp/textmodes/pixel-fill.el +++ b/lisp/textmodes/pixel-fill.el @@ -45,9 +45,9 @@ of a line or the end of a line." (defun pixel-fill-width (&optional columns window) "Return the pixel width corresponding to COLUMNS in WINDOW. -If COLUMNS in nil, use the enture window width. +If COLUMNS is nil or omitted, use the entire window width. -If WINDOW is nil, this defaults to the current window." +If WINDOW is nil or omitted, this defaults to the selected window." (unless window (setq window (selected-window))) (let ((frame (window-frame window)))